Other Functions

The following functions are available globally.

  • This function compares two log levels, if they do have the same severity.

    Declaration

    Swift

    public func == (lhs: LogLevel, rhs: LogLevel) -> Bool

    Parameters

    lhs

    left hand logLevel for comparison

    rhs

    right hand logLevel for comparison

    Return Value

    true if the log levels do have the same severity, otherwise false